FrameLib  0.7
DSP processing with frames of arbitrary timing and length
FrameLib_Types.h File Reference
#include <stdint.h>
#include "FrameLib_FixedPoint.h"

Go to the source code of this file.

Typedefs

typedef unsigned char Byte
 
typedef unsigned char * BytePointer
 
typedef FL_FP FrameLib_TimeFormat
 

Enumerations

enum  ObjectType { kOutput, kProcessor, kScheduler }
 
enum  FrameType { kFrameAny, kFrameNormal, kFrameTagged }
 
enum  ConnectionResult {
  kConnectSuccess, kConnectWrongContext, kConnectSelfConnection, kConnectFeedbackDetected,
  kConnectNoOrderingSupport
}
 

Typedef Documentation

◆ Byte

typedef unsigned char Byte

◆ BytePointer

typedef unsigned char* BytePointer

◆ FrameLib_TimeFormat

Enumeration Type Documentation

◆ ConnectionResult

Enumerator
kConnectSuccess 
kConnectWrongContext 
kConnectSelfConnection 
kConnectFeedbackDetected 
kConnectNoOrderingSupport 

◆ FrameType

enum FrameType
Enumerator
kFrameAny 
kFrameNormal 
kFrameTagged 

◆ ObjectType

enum ObjectType
Enumerator
kOutput 
kProcessor 
kScheduler